home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / wiggi_wa.swf / scripts / DefineSprite_320 / frame_6 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  248 b   |  13 lines

  1. function onEnterFrame()
  2. {
  3.    timer++;
  4.    if(timer == 60)
  5.    {
  6.       STAGE.newMessage(400,75,"Ok, click the level you\'d like to play!",15,30,100,"Sound_LevelSelect");
  7.       timer++;
  8.    }
  9. }
  10. timer = 0;
  11. Level2Complete = true;
  12. levelID = 0;
  13.